Concatenation and Duplication

SpaceList operator+(SpaceList& g)

Concatenates the list g on the end of this list and returns the resulting list.

SpaceList operator*(int s)

Duplicates this list s times, concatenates the copies, and returns the resulting list.